home *** CD-ROM | disk | FTP | other *** search
- <<<<<<<<<<<<<<<<<<<< RMDIR ... REMOVE DIRECTORY >>>>>>>>>>>>>>>>>>>>
-
- PURPOSE: Removes a subdirectory from a disk.
-
- TIPS: The directory must be empty before it can be removed. The
- last directory name in a path of directories is the only one that
- can be removed. Neither the ROOT directory nor the current
- directory can be removed.
-
- ; RMDIR PROJECT Removes the directory PROJECT from
- ; the current directory.
-
- ; RMDIR A:\MAMMALS\DOGS Removes the subdirectory DOGS from
- ; the directory MAMMALS on Drive A.
-
- ; RD \AIRPLANES\B-29 Removes the subdirectory B-29 from
- ; the directory AIRPLANES on the
- ; default drive. Note that RD can be
- ; substituted for RMDIR.
- ###